home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / g / gvp_faaast_prep / gvpfaastprep.dms / gvpfaastprep.adf / GvpUtils / XFPUTest < prev   
Text File  |  1991-04-22  |  550b  |  18 lines

  1. GVP.Install:GvpUtils/SetCPU >NIL: CHECK FPU
  2. If NOT WARN
  3.  GVP.Install:GvpUtils/test_6888x Loops 3 VERBOSE
  4.  IF WARN
  5.   Echo "WARNING: Error encountered during test! If you are"
  6.   Echo "running the FPU at a higher speed than rated, use"
  7.   Echo "a slower oscillator in socket U2. Review the"
  8.   Echo "section in the manual on installing the FPU."
  9.  Else
  10.   Echo "The FPU passed all tests!"
  11.  EndIf
  12. Else
  13.  Echo "ERROR: No Motorola Floating Point Unit could be found in the"
  14.  Echo "system. Check the installation and the J4 and J5 jumpers."
  15. EndIf
  16. Wait 30
  17. EndCLI
  18.